home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Cosmic Defender.swf / scripts / frame_23 / PlaceObject2_280_2 / CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Text File  |  2006-06-13  |  123 b   |  9 lines

  1. onClipEvent(load){
  2.    i = 1;
  3.    while(i < 10)
  4.    {
  5.       this.attachMovie("star","star_" + i,i);
  6.       i++;
  7.    }
  8. }
  9.